SPRF=0, SPMF=0, SPTEF=0, MODF=0
SPI status register
MODF | Master mode fault flag 0 (0): No mode fault error 1 (1): Mode fault error detected |
SPTEF | SPI transmit buffer empty flag (when FIFO is not supported or not enabled) or SPI transmit FIFO empty flag (when FIFO is supported and enabled) 0 (0): SPI transmit buffer not empty (when FIFOMODE is not present or is 0) or SPI FIFO not empty (when FIFOMODE is 1) 1 (1): SPI transmit buffer empty (when FIFOMODE is not present or is 0) or SPI FIFO empty (when FIFOMODE is 1) |
SPMF | SPI match flag 0 (0): Value in the receive data buffer does not match the value in the MH:ML registers 1 (1): Value in the receive data buffer matches the value in the MH:ML registers |
SPRF | SPI read buffer full flag (when FIFO is not supported or not enabled) or SPI read FIFO FULL flag (when FIFO is supported and enabled) 0 (0): No data available in the receive data buffer (when FIFOMODE is not present or is 0) or Read FIFO is not full (when FIFOMODE is 1) 1 (1): Data available in the receive data buffer (when FIFOMODE is not present or is 0) or Read FIFO is full (when FIFOMODE is 1) |